Use PESetSQLExpression to enter an SQL expression for a specified report.
BOOL CRPE_API PESetSQLExpression (
short printJob,
const char FAR *expressionName,
const char FAR *expressionString );
Specifies the print job for which you want to set an SQL expression. | |
Specifies a pointer to the string containing the expression name. | |
Specifies a pointer to the string containing the SQL expression. |
Declare Function PESetSQLExpression Lib "crpe32.dll" (ByVal printJob As Integer, ByVal expressionName As String, ByVal expressionString As String) As Integer
function PESetSQLExpression (
printJob: Smallint;
const expressionName: PChar;
const expressionString: PChar
): Bool stdcall;
Seagate Software IMG Holdings, Inc. http://www.seagatesoftware.com Support services: http://support.seagatesoftware.com |